home *** CD-ROM | disk | FTP | other *** search
/ Euroscene 2 / Euroscene 2.iso / DEMOS / TBL / 1_CYBERNETIC.DMS / in.adf / Install < prev    next >
Encoding:
Text File  |  1999-01-01  |  1.0 KB  |  38 lines

  1. Echo "cYou have to have at least an Amiga 1200/68020"
  2. Failat 100
  3. Winsize 0 200 640 56
  4. Assign env: ram:
  5. Echo "c›31H--=# Installation script for TBL's Cybernetic demo #=--"
  6. Echo "›;1mPlease choose path in which to install Cybernetic"
  7. RTpatch >NIL:
  8. Requestfile >env:path
  9. If WARN
  10. Echo "›mOperation cancelled."
  11. Else
  12. Cd $path
  13. Echo "cOk, installing Cybernetic in directory" $path
  14. Join Cybernetic_disk_2:001.data Cybernetic_disk_3:002.data Cybernetic_disk_4:003.data to Cybernetic.data
  15. If WARN
  16. Echo "Trouble while installing data file. Sorry."
  17. Else
  18. Join Cybernetic_disk_1:Cybernetic.exe to Cybernetic.exe
  19. If WARN
  20. Echo "No room for executable. Removing data file."
  21. Delete Cybernetic.data
  22. Else
  23. Join Cybernetic_disk_1:Cybernetic.ReadMe to Cybernetic.ReadMe
  24. If WARN
  25. Echo "No room for info file. Please read it carefully now."
  26. More Cybernetic_disk_1:Cybernetic.ReadMe
  27. Else
  28. Winsize
  29. More Cybernetic.readme
  30. Requestchoice "Installation request" "Do you wish to run the demo now?" "   OK   " "No thanx" >env:run
  31. If EQUAL $run 1
  32. Cybernetic.exe
  33. EndIf
  34. EndIf
  35. EndIf
  36. EndIf
  37. EndIf
  38.